home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Pascal Super Library
/
Pascal Super Library (CW International)(1997).bin
/
DELPHI32
/
MATH
/
BIN32
/
BINLOG32.DPR
< prev
next >
Wrap
Text File
|
1996-03-21
|
219b
|
15 lines
program BinLog32;
uses
Forms,
Bin32 in 'Bin32.pas' {Form1},
Binary32 in 'Binary32.pas';
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.